|
|
@@ -121,6 +121,7 @@ class TamronProductInfo(models.Model):
|
121
|
121
|
xuliehao = models.CharField(_(u'xuliehao'), max_length=32, blank=True, null=True, help_text=u'相机序列号')
|
122
|
122
|
xinghao = models.CharField(_(u'xinghao'), max_length=32, blank=True, null=True, help_text=u'会员相机品牌')
|
123
|
123
|
kakou = models.CharField(_(u'kakou'), max_length=32, blank=True, null=True, help_text=u'会员相机品牌')
|
|
124
|
+ gtime = models.CharField(_(u'gtime'), max_length=10, blank=True, null=True, help_text=u'相机购买日期')
|
124
|
125
|
|
125
|
126
|
ctime = models.IntegerField(_(u'ctime'), default=0, help_text=u'创建时间')
|
126
|
127
|
|